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(36.0231,-79.9728)};var g_0b4cb52014dd65ed77cf7043d38a4af4 = new google.maps.Geocoder();g_0b4cb52014dd65ed77cf7043d38a4af4.geocode( { 'address': "2212 Eastchester Dr #2e, High Point, NC 27265, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('high-point-NC-alcova-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('high-point-NC-alcova-mortgage'), mapOptions);}document.getElementById('d4d5feb2').innerHTML += ' | View Map';var $l0b4cb52014dd65ed77cf7043d38a4af4 = '

Alcova Mortgage

Address: 2212 Eastchester Dr #2e, High Point, NC 27265, USA
Phone: (336) 808-0987
';var m_0b4cb52014dd65ed77cf7043d38a4af4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alcova Mortgage',});m_0b4cb52014dd65ed77cf7043d38a4af4['infowindow'] = new google.maps.InfoWindow({content: $l0b4cb52014dd65ed77cf7043d38a4af4});var infowindow = new google.maps.InfoWindow({content: $l0b4cb52014dd65ed77cf7043d38a4af4});google.maps.event.addListener(m_0b4cb52014dd65ed77cf7043d38a4af4, 'click', function() {infowindow.open(map,m_0b4cb52014dd65ed77cf7043d38a4af4);});$marker.push(m_0b4cb52014dd65ed77cf7043d38a4af4);}});}google.maps.event.addDomListener(window, 'load', initialize);