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(34.8373,-97.6003)};var g_fa20a944b5ab9c2d1f78932cb5aa3818 = new google.maps.Geocoder();g_fa20a944b5ab9c2d1f78932cb5aa3818.geocode( { 'address': "211 E Cherokee St, Lindsay, OK 73052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lindsay-OK-ibc-bank').style.display = '';map = new google.maps.Map(document.getElementById('lindsay-OK-ibc-bank'), mapOptions);}document.getElementById('aae63363').innerHTML += ' | View Map';var $lfa20a944b5ab9c2d1f78932cb5aa3818 = '

IBC Bank

Address: 211 E Cherokee St, Lindsay, OK 73052, USA
Phone: (405) 756-4494
';var m_fa20a944b5ab9c2d1f78932cb5aa3818 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBC Bank',});m_fa20a944b5ab9c2d1f78932cb5aa3818['infowindow'] = new google.maps.InfoWindow({content: $lfa20a944b5ab9c2d1f78932cb5aa3818});var infowindow = new google.maps.InfoWindow({content: $lfa20a944b5ab9c2d1f78932cb5aa3818});google.maps.event.addListener(m_fa20a944b5ab9c2d1f78932cb5aa3818, 'click', function() {infowindow.open(map,m_fa20a944b5ab9c2d1f78932cb5aa3818);});$marker.push(m_fa20a944b5ab9c2d1f78932cb5aa3818);}});}google.maps.event.addDomListener(window, 'load', initialize);