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.6664,-81.2301)};var g_9c88225457856ad8f19a6952c950ab32 = new google.maps.Geocoder();g_9c88225457856ad8f19a6952c950ab32.geocode( { 'address': "57 Northwest Blvd, Newton, NC 28658, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-NC-allied-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('newton-NC-allied-financial-services'), mapOptions);}document.getElementById('6afca08d').innerHTML += ' | View Map';var $l9c88225457856ad8f19a6952c950ab32 = '

Allied Financial Services

Address: 57 Northwest Blvd, Newton, NC 28658, USA
Phone: (828) 465-3205
';var m_9c88225457856ad8f19a6952c950ab32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allied Financial Services',});m_9c88225457856ad8f19a6952c950ab32['infowindow'] = new google.maps.InfoWindow({content: $l9c88225457856ad8f19a6952c950ab32});var infowindow = new google.maps.InfoWindow({content: $l9c88225457856ad8f19a6952c950ab32});google.maps.event.addListener(m_9c88225457856ad8f19a6952c950ab32, 'click', function() {infowindow.open(map,m_9c88225457856ad8f19a6952c950ab32);});$marker.push(m_9c88225457856ad8f19a6952c950ab32);}});}google.maps.event.addDomListener(window, 'load', initialize);