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.5292,-108.718)};var g_d41d19058d510ee32d51cbd1980d61e0 = new google.maps.Geocoder();g_d41d19058d510ee32d51cbd1980d61e0.geocode( { 'address': "1606 Rte 66, Gallup, NM 87301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallup-NM-midwest-financial').style.display = '';map = new google.maps.Map(document.getElementById('gallup-NM-midwest-financial'), mapOptions);}document.getElementById('b8a115f8').innerHTML += ' | View Map';var $ld41d19058d510ee32d51cbd1980d61e0 = '

Midwest Financial

Address: 1606 Rte 66, Gallup, NM 87301, USA
Phone: (505) 722-5559
';var m_d41d19058d510ee32d51cbd1980d61e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Financial',});m_d41d19058d510ee32d51cbd1980d61e0['infowindow'] = new google.maps.InfoWindow({content: $ld41d19058d510ee32d51cbd1980d61e0});var infowindow = new google.maps.InfoWindow({content: $ld41d19058d510ee32d51cbd1980d61e0});google.maps.event.addListener(m_d41d19058d510ee32d51cbd1980d61e0, 'click', function() {infowindow.open(map,m_d41d19058d510ee32d51cbd1980d61e0);});$marker.push(m_d41d19058d510ee32d51cbd1980d61e0);}});}google.maps.event.addDomListener(window, 'load', initialize);