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(36.7279,-108.21)};var g_ab2b8312cbd8e535132452b8e809e94f = new google.maps.Geocoder();g_ab2b8312cbd8e535132452b8e809e94f.geocode( { 'address': "407 W Broadway, Farmington, NM 87401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-NM-midwest-financial').style.display = '';map = new google.maps.Map(document.getElementById('farmington-NM-midwest-financial'), mapOptions);}document.getElementById('8b403d2d').innerHTML += ' | View Map';var $lab2b8312cbd8e535132452b8e809e94f = '

Midwest Financial

Address: 407 W Broadway, Farmington, NM 87401, USA
Phone: (505) 327-5550
';var m_ab2b8312cbd8e535132452b8e809e94f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Financial',});m_ab2b8312cbd8e535132452b8e809e94f['infowindow'] = new google.maps.InfoWindow({content: $lab2b8312cbd8e535132452b8e809e94f});var infowindow = new google.maps.InfoWindow({content: $lab2b8312cbd8e535132452b8e809e94f});google.maps.event.addListener(m_ab2b8312cbd8e535132452b8e809e94f, 'click', function() {infowindow.open(map,m_ab2b8312cbd8e535132452b8e809e94f);});$marker.push(m_ab2b8312cbd8e535132452b8e809e94f);}});}google.maps.event.addDomListener(window, 'load', initialize);