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.1677,-78.9723)};var g_9a4ac317cb97a077c26c66efb5eac98e = new google.maps.Geocoder();g_9a4ac317cb97a077c26c66efb5eac98e.geocode( { 'address': "107 S Bragg Blvd, Spring Lake, NC 28390, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-lake-NC-cash-n-advance').style.display = '';map = new google.maps.Map(document.getElementById('spring-lake-NC-cash-n-advance'), mapOptions);}document.getElementById('11aae98c').innerHTML += ' | View Map';var $l9a4ac317cb97a077c26c66efb5eac98e = '

Cash-N-Advance

Address: 107 S Bragg Blvd, Spring Lake, NC 28390, USA
Phone: (910) 436-1686
';var m_9a4ac317cb97a077c26c66efb5eac98e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash-N-Advance',});m_9a4ac317cb97a077c26c66efb5eac98e['infowindow'] = new google.maps.InfoWindow({content: $l9a4ac317cb97a077c26c66efb5eac98e});var infowindow = new google.maps.InfoWindow({content: $l9a4ac317cb97a077c26c66efb5eac98e});google.maps.event.addListener(m_9a4ac317cb97a077c26c66efb5eac98e, 'click', function() {infowindow.open(map,m_9a4ac317cb97a077c26c66efb5eac98e);});$marker.push(m_9a4ac317cb97a077c26c66efb5eac98e);}});}google.maps.event.addDomListener(window, 'load', initialize);