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(30.7995,-81.6792)};var g_84aed657a5814b10680b62e76c1c3e7c = new google.maps.Geocoder();g_84aed657a5814b10680b62e76c1c3e7c.geocode( { 'address': "980 E King Ave, Kingsland, GA 31548, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingsland-GA-coastal-pawn').style.display = '';map = new google.maps.Map(document.getElementById('kingsland-GA-coastal-pawn'), mapOptions);}document.getElementById('10c0c837').innerHTML += ' | View Map';var $l84aed657a5814b10680b62e76c1c3e7c = '

Coastal Pawn

Address: 980 E King Ave, Kingsland, GA 31548, USA
Phone: (912) 729-3333
';var m_84aed657a5814b10680b62e76c1c3e7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Pawn',});m_84aed657a5814b10680b62e76c1c3e7c['infowindow'] = new google.maps.InfoWindow({content: $l84aed657a5814b10680b62e76c1c3e7c});var infowindow = new google.maps.InfoWindow({content: $l84aed657a5814b10680b62e76c1c3e7c});google.maps.event.addListener(m_84aed657a5814b10680b62e76c1c3e7c, 'click', function() {infowindow.open(map,m_84aed657a5814b10680b62e76c1c3e7c);});$marker.push(m_84aed657a5814b10680b62e76c1c3e7c);}});}google.maps.event.addDomListener(window, 'load', initialize);