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.6379,-106.025)};var g_fcb2b7f71e9dfc4a07c583aff7b57f8c = new google.maps.Geocoder();g_fcb2b7f71e9dfc4a07c583aff7b57f8c.geocode( { 'address': "4350 Airport Rd # 14, Santa Fe, NM 87507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-fe-NM-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('santa-fe-NM-world-finance-corporation'), mapOptions);}document.getElementById('d81d0fc4').innerHTML += ' | View Map';var $lfcb2b7f71e9dfc4a07c583aff7b57f8c = '

World Finance Corporation

Address: 4350 Airport Rd # 14, Santa Fe, NM 87507, USA
Phone: (505) 473-2838
';var m_fcb2b7f71e9dfc4a07c583aff7b57f8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_fcb2b7f71e9dfc4a07c583aff7b57f8c['infowindow'] = new google.maps.InfoWindow({content: $lfcb2b7f71e9dfc4a07c583aff7b57f8c});var infowindow = new google.maps.InfoWindow({content: $lfcb2b7f71e9dfc4a07c583aff7b57f8c});google.maps.event.addListener(m_fcb2b7f71e9dfc4a07c583aff7b57f8c, 'click', function() {infowindow.open(map,m_fcb2b7f71e9dfc4a07c583aff7b57f8c);});$marker.push(m_fcb2b7f71e9dfc4a07c583aff7b57f8c);}});}google.maps.event.addDomListener(window, 'load', initialize);