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(35.7431,-96.0689)};var g_a65c50304e9b20b50b2cb56269afb295 = new google.maps.Geocoder();g_a65c50304e9b20b50b2cb56269afb295.geocode( { 'address': "301 N Choctaw Ave, Beggs, OK 74421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beggs-OK-american-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('beggs-OK-american-heritage-bank'), mapOptions);}document.getElementById('88c21835').innerHTML += ' | View Map';var $la65c50304e9b20b50b2cb56269afb295 = '

American Heritage Bank

Address: 301 N Choctaw Ave, Beggs, OK 74421, USA
Phone: (918) 267-3645
';var m_a65c50304e9b20b50b2cb56269afb295 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage Bank',});m_a65c50304e9b20b50b2cb56269afb295['infowindow'] = new google.maps.InfoWindow({content: $la65c50304e9b20b50b2cb56269afb295});var infowindow = new google.maps.InfoWindow({content: $la65c50304e9b20b50b2cb56269afb295});google.maps.event.addListener(m_a65c50304e9b20b50b2cb56269afb295, 'click', function() {infowindow.open(map,m_a65c50304e9b20b50b2cb56269afb295);});$marker.push(m_a65c50304e9b20b50b2cb56269afb295);}});}google.maps.event.addDomListener(window, 'load', initialize);