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.3178,-106.736)};var g_45f98747902c59009167496406e4c904 = new google.maps.Geocoder();g_45f98747902c59009167496406e4c904.geocode( { 'address': "3800 E Lohman Ave, Las Cruces, NM 88011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-cruces-NM-amie-ingram').style.display = '';map = new google.maps.Map(document.getElementById('las-cruces-NM-amie-ingram'), mapOptions);}document.getElementById('6bea2fc9').innerHTML += ' | View Map';var $l45f98747902c59009167496406e4c904 = '

Amie Ingram

Address: 3800 E Lohman Ave, Las Cruces, NM 88011, USA
Phone: (575) 521-6162
';var m_45f98747902c59009167496406e4c904 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amie Ingram',});m_45f98747902c59009167496406e4c904['infowindow'] = new google.maps.InfoWindow({content: $l45f98747902c59009167496406e4c904});var infowindow = new google.maps.InfoWindow({content: $l45f98747902c59009167496406e4c904});google.maps.event.addListener(m_45f98747902c59009167496406e4c904, 'click', function() {infowindow.open(map,m_45f98747902c59009167496406e4c904);});$marker.push(m_45f98747902c59009167496406e4c904);}});}google.maps.event.addDomListener(window, 'load', initialize);