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(34.3325,-97.3353)};var g_12b5fc7904a4ed8e390a03143b2cc10b = new google.maps.Geocoder();g_12b5fc7904a4ed8e390a03143b2cc10b.geocode( { 'address': "2510 Sam Noble Pkwy, Ardmore, OK 73401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ardmore-OK-north-middlesex-savings').style.display = '';map = new google.maps.Map(document.getElementById('ardmore-OK-north-middlesex-savings'), mapOptions);}document.getElementById('64d98c2d').innerHTML += ' | View Map';var $l12b5fc7904a4ed8e390a03143b2cc10b = '

North Middlesex Savings

Address: 2510 Sam Noble Pkwy, Ardmore, OK 73401
Phone: (580) 226-2178
';var m_12b5fc7904a4ed8e390a03143b2cc10b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Middlesex Savings',});m_12b5fc7904a4ed8e390a03143b2cc10b['infowindow'] = new google.maps.InfoWindow({content: $l12b5fc7904a4ed8e390a03143b2cc10b});var infowindow = new google.maps.InfoWindow({content: $l12b5fc7904a4ed8e390a03143b2cc10b});google.maps.event.addListener(m_12b5fc7904a4ed8e390a03143b2cc10b, 'click', function() {infowindow.open(map,m_12b5fc7904a4ed8e390a03143b2cc10b);});$marker.push(m_12b5fc7904a4ed8e390a03143b2cc10b);}});}google.maps.event.addDomListener(window, 'load', initialize);