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.6937,-80.5145)};var g_e3636996e97140000634d60af1a3e079 = new google.maps.Geocoder();g_e3636996e97140000634d60af1a3e079.geocode( { 'address': "2045 Statesville Blvd, Salisbury, NC 28144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-quick-cash-pawn').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-quick-cash-pawn'), mapOptions);}document.getElementById('07d941f1').innerHTML += ' | View Map';var $le3636996e97140000634d60af1a3e079 = '

Quick Cash Pawn

Address: 2045 Statesville Blvd, Salisbury, NC 28144, USA
Phone: (704) 636-0135
';var m_e3636996e97140000634d60af1a3e079 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Cash Pawn',});m_e3636996e97140000634d60af1a3e079['infowindow'] = new google.maps.InfoWindow({content: $le3636996e97140000634d60af1a3e079});var infowindow = new google.maps.InfoWindow({content: $le3636996e97140000634d60af1a3e079});google.maps.event.addListener(m_e3636996e97140000634d60af1a3e079, 'click', function() {infowindow.open(map,m_e3636996e97140000634d60af1a3e079);});$marker.push(m_e3636996e97140000634d60af1a3e079);}});}google.maps.event.addDomListener(window, 'load', initialize);