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.4835,-97.7657)};var g_6ecea694dc069467a699159ebab6625a = new google.maps.Geocoder();g_6ecea694dc069467a699159ebab6625a.geocode( { 'address': "1401 Health Center Pkwy, Yukon, OK 73099, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yukon-OK-fm-bank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('yukon-OK-fm-bank-mortgage'), mapOptions);}document.getElementById('8b58b617').innerHTML += ' | View Map';var $l6ecea694dc069467a699159ebab6625a = '

F&M Bank Mortgage

Address: 1401 Health Center Pkwy, Yukon, OK 73099, USA
Phone: (405) 265-1110
';var m_6ecea694dc069467a699159ebab6625a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F&M Bank Mortgage',});m_6ecea694dc069467a699159ebab6625a['infowindow'] = new google.maps.InfoWindow({content: $l6ecea694dc069467a699159ebab6625a});var infowindow = new google.maps.InfoWindow({content: $l6ecea694dc069467a699159ebab6625a});google.maps.event.addListener(m_6ecea694dc069467a699159ebab6625a, 'click', function() {infowindow.open(map,m_6ecea694dc069467a699159ebab6625a);});$marker.push(m_6ecea694dc069467a699159ebab6625a);}});}google.maps.event.addDomListener(window, 'load', initialize);