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.7582,-108.515)};var g_2b0d653db2d920303f87a8640b9dd1f8 = new google.maps.Geocoder();g_2b0d653db2d920303f87a8640b9dd1f8.geocode( { 'address': "3304 US-64, Waterflow, NM 87421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterflow-NM-credit-express').style.display = '';map = new google.maps.Map(document.getElementById('waterflow-NM-credit-express'), mapOptions);}document.getElementById('011a2f33').innerHTML += ' | View Map';var $l2b0d653db2d920303f87a8640b9dd1f8 = '

Credit Express

Address: 3304 US-64, Waterflow, NM 87421, USA
Phone: (505) 598-0424
';var m_2b0d653db2d920303f87a8640b9dd1f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Express',});m_2b0d653db2d920303f87a8640b9dd1f8['infowindow'] = new google.maps.InfoWindow({content: $l2b0d653db2d920303f87a8640b9dd1f8});var infowindow = new google.maps.InfoWindow({content: $l2b0d653db2d920303f87a8640b9dd1f8});google.maps.event.addListener(m_2b0d653db2d920303f87a8640b9dd1f8, 'click', function() {infowindow.open(map,m_2b0d653db2d920303f87a8640b9dd1f8);});$marker.push(m_2b0d653db2d920303f87a8640b9dd1f8);}});}google.maps.event.addDomListener(window, 'load', initialize);