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.8869,-94.6037)};var g_fbe9ec51f2a0539841646940865085c8 = new google.maps.Geocoder();g_fbe9ec51f2a0539841646940865085c8.geocode( { 'address': "602 W 1st St, Heavener, OK 74937"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('heavener-OK-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('heavener-OK-first-national-bank'), mapOptions);}document.getElementById('39eb16b9').innerHTML += ' | View Map';var $lfbe9ec51f2a0539841646940865085c8 = '

First National Bank

Address: 602 W 1st St, Heavener, OK 74937
Phone: (918) 653-3200
';var m_fbe9ec51f2a0539841646940865085c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_fbe9ec51f2a0539841646940865085c8['infowindow'] = new google.maps.InfoWindow({content: $lfbe9ec51f2a0539841646940865085c8});var infowindow = new google.maps.InfoWindow({content: $lfbe9ec51f2a0539841646940865085c8});google.maps.event.addListener(m_fbe9ec51f2a0539841646940865085c8, 'click', function() {infowindow.open(map,m_fbe9ec51f2a0539841646940865085c8);});$marker.push(m_fbe9ec51f2a0539841646940865085c8);}});}google.maps.event.addDomListener(window, 'load', initialize);