In the following div
tag, I just want to store the content "Bank Towers, Commissariat Road, M G Road Bangalore" into some variable. How could it be possible ?
<div class="InfoWindow1">
<div class="InfoWindow">
Bank Towers, Commissariat Road, M G Road Bangalore
</div>
.
<br/>
<br/>
<div class="InfoWindow">
<b>Working Hours: </b>
<br/>
08:30 - 21:00
</div>
</div>
Thanks in advance for your help !!