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.0648,-106.199)};var g_5ac1f012e7dc8517b40d622382af7259 = new google.maps.Geocoder();g_5ac1f012e7dc8517b40d622382af7259.geocode( { 'address': "2 George Ct b, Edgewood, NM 87015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edgewood-NM-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('edgewood-NM-world-finance-corporation'), mapOptions);}document.getElementById('fa2bd0f7').innerHTML += ' | View Map';var $l5ac1f012e7dc8517b40d622382af7259 = '

World Finance Corporation

Address: 2 George Ct b, Edgewood, NM 87015, USA
Phone: (505) 281-5101
';var m_5ac1f012e7dc8517b40d622382af7259 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_5ac1f012e7dc8517b40d622382af7259['infowindow'] = new google.maps.InfoWindow({content: $l5ac1f012e7dc8517b40d622382af7259});var infowindow = new google.maps.InfoWindow({content: $l5ac1f012e7dc8517b40d622382af7259});google.maps.event.addListener(m_5ac1f012e7dc8517b40d622382af7259, 'click', function() {infowindow.open(map,m_5ac1f012e7dc8517b40d622382af7259);});$marker.push(m_5ac1f012e7dc8517b40d622382af7259);}});}google.maps.event.addDomListener(window, 'load', initialize);