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.5042,-108.84)};var g_bfdb9334dd12811c4177bbb07d9c1818 = new google.maps.Geocoder();g_bfdb9334dd12811c4177bbb07d9c1818.geocode( { 'address': "1708 E Historic Highway 66 # 8, Gallup, NM 87301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallup-NM-speedy-loan').style.display = '';map = new google.maps.Map(document.getElementById('gallup-NM-speedy-loan'), mapOptions);}document.getElementById('f3306a03').innerHTML += ' | View Map';var $lbfdb9334dd12811c4177bbb07d9c1818 = '

Speedy Loan

Address: 1708 E Historic Highway 66 # 8, Gallup, NM 87301, USA
Phone: (505) 863-0200
';var m_bfdb9334dd12811c4177bbb07d9c1818 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Speedy Loan',});m_bfdb9334dd12811c4177bbb07d9c1818['infowindow'] = new google.maps.InfoWindow({content: $lbfdb9334dd12811c4177bbb07d9c1818});var infowindow = new google.maps.InfoWindow({content: $lbfdb9334dd12811c4177bbb07d9c1818});google.maps.event.addListener(m_bfdb9334dd12811c4177bbb07d9c1818, 'click', function() {infowindow.open(map,m_bfdb9334dd12811c4177bbb07d9c1818);});$marker.push(m_bfdb9334dd12811c4177bbb07d9c1818);}});}google.maps.event.addDomListener(window, 'load', initialize);