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.3665,-97.9704)};var g_21b9a07cb47f707a02489fd5e3b882bd = new google.maps.Geocoder();g_21b9a07cb47f707a02489fd5e3b882bd.geocode( { 'address': "133 Oak Main Ave, Comanche, OK 73529"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('comanche-OK-american-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('comanche-OK-american-national-bank'), mapOptions);}document.getElementById('00cbeb27').innerHTML += ' | View Map';var $l21b9a07cb47f707a02489fd5e3b882bd = '

American National Bank

Address: 133 Oak Main Ave, Comanche, OK 73529
Phone: (580) 439-8817
';var m_21b9a07cb47f707a02489fd5e3b882bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank',});m_21b9a07cb47f707a02489fd5e3b882bd['infowindow'] = new google.maps.InfoWindow({content: $l21b9a07cb47f707a02489fd5e3b882bd});var infowindow = new google.maps.InfoWindow({content: $l21b9a07cb47f707a02489fd5e3b882bd});google.maps.event.addListener(m_21b9a07cb47f707a02489fd5e3b882bd, 'click', function() {infowindow.open(map,m_21b9a07cb47f707a02489fd5e3b882bd);});$marker.push(m_21b9a07cb47f707a02489fd5e3b882bd);}});}google.maps.event.addDomListener(window, 'load', initialize);