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.6378,-97.461)};var g_f2162f0713c4aa4c3c9a843febf03e56 = new google.maps.Geocoder();g_f2162f0713c4aa4c3c9a843febf03e56.geocode( { 'address': "1400 E 15th St, Edmond, OK 73013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edmond-OK-atm-bank-of-oklahoma').style.display = '';map = new google.maps.Map(document.getElementById('edmond-OK-atm-bank-of-oklahoma'), mapOptions);}document.getElementById('9abed2a8').innerHTML += ' | View Map';var $lf2162f0713c4aa4c3c9a843febf03e56 = '

ATM (Bank of Oklahoma)

Address: 1400 E 15th St, Edmond, OK 73013, USA
Phone:
';var m_f2162f0713c4aa4c3c9a843febf03e56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bank of Oklahoma)',});m_f2162f0713c4aa4c3c9a843febf03e56['infowindow'] = new google.maps.InfoWindow({content: $lf2162f0713c4aa4c3c9a843febf03e56});var infowindow = new google.maps.InfoWindow({content: $lf2162f0713c4aa4c3c9a843febf03e56});google.maps.event.addListener(m_f2162f0713c4aa4c3c9a843febf03e56, 'click', function() {infowindow.open(map,m_f2162f0713c4aa4c3c9a843febf03e56);});$marker.push(m_f2162f0713c4aa4c3c9a843febf03e56);}});}google.maps.event.addDomListener(window, 'load', initialize);