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(32.8382,-104.413)};var g_321ded4301acc50055f58123a47db62b = new google.maps.Geocoder();g_321ded4301acc50055f58123a47db62b.geocode( { 'address': "410 S 13th St, Artesia, NM 88210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('artesia-NM-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('artesia-NM-world-finance-corporation'), mapOptions);}document.getElementById('58bd79e1').innerHTML += ' | View Map';var $l321ded4301acc50055f58123a47db62b = '

World Finance Corporation

Address: 410 S 13th St, Artesia, NM 88210, USA
Phone: (575) 746-2198
';var m_321ded4301acc50055f58123a47db62b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_321ded4301acc50055f58123a47db62b['infowindow'] = new google.maps.InfoWindow({content: $l321ded4301acc50055f58123a47db62b});var infowindow = new google.maps.InfoWindow({content: $l321ded4301acc50055f58123a47db62b});google.maps.event.addListener(m_321ded4301acc50055f58123a47db62b, 'click', function() {infowindow.open(map,m_321ded4301acc50055f58123a47db62b);});$marker.push(m_321ded4301acc50055f58123a47db62b);}});}google.maps.event.addDomListener(window, 'load', initialize);