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.369,-97.9639)};var g_f9036912eafbcd48cfc7bc2d106501fe = new google.maps.Geocoder();g_f9036912eafbcd48cfc7bc2d106501fe.geocode( { 'address': "228 Oak Main Ave, Comanche, OK 73529, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('comanche-OK-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('comanche-OK-first-national-bank'), mapOptions);}document.getElementById('23f935ef').innerHTML += ' | View Map';var $lf9036912eafbcd48cfc7bc2d106501fe = '

First National Bank

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