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.9873,-96.0141)};var g_73835afde64e267ed5390c2fc1196ae2 = new google.maps.Geocoder();g_73835afde64e267ed5390c2fc1196ae2.geocode( { 'address': "12120 S Vancouver Ave, Glenpool, OK 74033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenpool-OK-american-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('glenpool-OK-american-heritage-bank'), mapOptions);}document.getElementById('ee1d991b').innerHTML += ' | View Map';var $l73835afde64e267ed5390c2fc1196ae2 = '

American Heritage Bank

Address: 12120 S Vancouver Ave, Glenpool, OK 74033, USA
Phone: (918) 299-3296
';var m_73835afde64e267ed5390c2fc1196ae2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage Bank',});m_73835afde64e267ed5390c2fc1196ae2['infowindow'] = new google.maps.InfoWindow({content: $l73835afde64e267ed5390c2fc1196ae2});var infowindow = new google.maps.InfoWindow({content: $l73835afde64e267ed5390c2fc1196ae2});google.maps.event.addListener(m_73835afde64e267ed5390c2fc1196ae2, 'click', function() {infowindow.open(map,m_73835afde64e267ed5390c2fc1196ae2);});$marker.push(m_73835afde64e267ed5390c2fc1196ae2);}});}google.maps.event.addDomListener(window, 'load', initialize);