var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(30.8512,-96.9764)};var g_d9350ff967567b8140aed3680d5c79c8 = new google.maps.Geocoder();g_d9350ff967567b8140aed3680d5c79c8.geocode( { 'address': "901 E 1st St, Cameron, TX 76520"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cameron-TX-kotak-mahindra-bank-ltd').style.display = '';map = new google.maps.Map(document.getElementById('cameron-TX-kotak-mahindra-bank-ltd'), mapOptions);}document.getElementById('2e0a6a3c').innerHTML += ' | View Map';var $ld9350ff967567b8140aed3680d5c79c8 = '

Kotak Mahindra Bank LTD

Address: 901 E 1st St, Cameron, TX 76520
Phone: (914) 997-6120
';var m_d9350ff967567b8140aed3680d5c79c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kotak Mahindra Bank LTD',});m_d9350ff967567b8140aed3680d5c79c8['infowindow'] = new google.maps.InfoWindow({content: $ld9350ff967567b8140aed3680d5c79c8});var infowindow = new google.maps.InfoWindow({content: $ld9350ff967567b8140aed3680d5c79c8});google.maps.event.addListener(m_d9350ff967567b8140aed3680d5c79c8, 'click', function() {infowindow.open(map,m_d9350ff967567b8140aed3680d5c79c8);});$marker.push(m_d9350ff967567b8140aed3680d5c79c8);}});}google.maps.event.addDomListener(window, 'load', initialize);