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.945,-96.0576)};var g_30123074929abe9168856af4f4bc904b = new google.maps.Geocoder();g_30123074929abe9168856af4f4bc904b.geocode( { 'address': "502 Indiana Ave, Kiefer, OK 74041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kiefer-OK-american-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('kiefer-OK-american-heritage-bank'), mapOptions);}document.getElementById('252c49db').innerHTML += ' | View Map';var $l30123074929abe9168856af4f4bc904b = '

American Heritage Bank

Address: 502 Indiana Ave, Kiefer, OK 74041, USA
Phone: (918) 321-6111
';var m_30123074929abe9168856af4f4bc904b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage Bank',});m_30123074929abe9168856af4f4bc904b['infowindow'] = new google.maps.InfoWindow({content: $l30123074929abe9168856af4f4bc904b});var infowindow = new google.maps.InfoWindow({content: $l30123074929abe9168856af4f4bc904b});google.maps.event.addListener(m_30123074929abe9168856af4f4bc904b, 'click', function() {infowindow.open(map,m_30123074929abe9168856af4f4bc904b);});$marker.push(m_30123074929abe9168856af4f4bc904b);}});}google.maps.event.addDomListener(window, 'load', initialize);