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.219)};var g_8897e7a6f8ca4309e907a417b95e703c = new google.maps.Geocoder();g_8897e7a6f8ca4309e907a417b95e703c.geocode( { 'address': "113 Allen St, Kellyville, OK 74039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kellyville-OK-american-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('kellyville-OK-american-heritage-bank'), mapOptions);}document.getElementById('0ba590ff').innerHTML += ' | View Map';var $l8897e7a6f8ca4309e907a417b95e703c = '

American Heritage Bank

Address: 113 Allen St, Kellyville, OK 74039, USA
Phone: (918) 247-6193
';var m_8897e7a6f8ca4309e907a417b95e703c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage Bank',});m_8897e7a6f8ca4309e907a417b95e703c['infowindow'] = new google.maps.InfoWindow({content: $l8897e7a6f8ca4309e907a417b95e703c});var infowindow = new google.maps.InfoWindow({content: $l8897e7a6f8ca4309e907a417b95e703c});google.maps.event.addListener(m_8897e7a6f8ca4309e907a417b95e703c, 'click', function() {infowindow.open(map,m_8897e7a6f8ca4309e907a417b95e703c);});$marker.push(m_8897e7a6f8ca4309e907a417b95e703c);}});}google.maps.event.addDomListener(window, 'load', initialize);