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.0821,-78.5486)};var g_39a6a1cb74520a37864b27772ba8712b = new google.maps.Geocoder();g_39a6a1cb74520a37864b27772ba8712b.geocode( { 'address': "9269 Dunn Rd, Salemburg, NC 28385, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salemburg-NC-city-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('salemburg-NC-city-finance-co'), mapOptions);}document.getElementById('e84d9fc0').innerHTML += ' | View Map';var $l39a6a1cb74520a37864b27772ba8712b = '

City Finance Co

Address: 9269 Dunn Rd, Salemburg, NC 28385, USA
Phone: (910) 567-5800
';var m_39a6a1cb74520a37864b27772ba8712b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Finance Co',});m_39a6a1cb74520a37864b27772ba8712b['infowindow'] = new google.maps.InfoWindow({content: $l39a6a1cb74520a37864b27772ba8712b});var infowindow = new google.maps.InfoWindow({content: $l39a6a1cb74520a37864b27772ba8712b});google.maps.event.addListener(m_39a6a1cb74520a37864b27772ba8712b, 'click', function() {infowindow.open(map,m_39a6a1cb74520a37864b27772ba8712b);});$marker.push(m_39a6a1cb74520a37864b27772ba8712b);}});}google.maps.event.addDomListener(window, 'load', initialize);