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.6291,-97.4987)};var g_e8354db98e89fad9223beafd1b0c5f79 = new google.maps.Geocoder();g_e8354db98e89fad9223beafd1b0c5f79.geocode( { 'address': "2575 Kelley Pointe Pkwy #180, Edmond, OK 73013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edmond-OK-fairway-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('edmond-OK-fairway-mortgage'), mapOptions);}document.getElementById('e80e2a92').innerHTML += ' | View Map';var $le8354db98e89fad9223beafd1b0c5f79 = '

Fairway Mortgage

Address: 2575 Kelley Pointe Pkwy #180, Edmond, OK 73013, USA
Phone: (405) 421-0402
';var m_e8354db98e89fad9223beafd1b0c5f79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Mortgage',});m_e8354db98e89fad9223beafd1b0c5f79['infowindow'] = new google.maps.InfoWindow({content: $le8354db98e89fad9223beafd1b0c5f79});var infowindow = new google.maps.InfoWindow({content: $le8354db98e89fad9223beafd1b0c5f79});google.maps.event.addListener(m_e8354db98e89fad9223beafd1b0c5f79, 'click', function() {infowindow.open(map,m_e8354db98e89fad9223beafd1b0c5f79);});$marker.push(m_e8354db98e89fad9223beafd1b0c5f79);}});}google.maps.event.addDomListener(window, 'load', initialize);