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(34.4075,-103.197)};var g_16c6349807220dfca66e9da9c2434462 = new google.maps.Geocoder();g_16c6349807220dfca66e9da9c2434462.geocode( { 'address': "912 N Prince St, Clovis, NM 88101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clovis-NM-cash-today').style.display = '';map = new google.maps.Map(document.getElementById('clovis-NM-cash-today'), mapOptions);}document.getElementById('a017a7ba').innerHTML += ' | View Map';var $l16c6349807220dfca66e9da9c2434462 = '

Cash Today

Address: 912 N Prince St, Clovis, NM 88101, USA
Phone: (575) 762-4444
';var m_16c6349807220dfca66e9da9c2434462 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Today',});m_16c6349807220dfca66e9da9c2434462['infowindow'] = new google.maps.InfoWindow({content: $l16c6349807220dfca66e9da9c2434462});var infowindow = new google.maps.InfoWindow({content: $l16c6349807220dfca66e9da9c2434462});google.maps.event.addListener(m_16c6349807220dfca66e9da9c2434462, 'click', function() {infowindow.open(map,m_16c6349807220dfca66e9da9c2434462);});$marker.push(m_16c6349807220dfca66e9da9c2434462);}});}google.maps.event.addDomListener(window, 'load', initialize);