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(32.4481,-81.7717)};var g_06d03470d14660c056475b54282e9e48 = new google.maps.Geocoder();g_06d03470d14660c056475b54282e9e48.geocode( { 'address': "1306 Northside Dr E, Statesboro, GA 30458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('statesboro-GA-titlebucks-title-pawns').style.display = '';map = new google.maps.Map(document.getElementById('statesboro-GA-titlebucks-title-pawns'), mapOptions);}document.getElementById('f82c816a').innerHTML += ' | View Map';var $l06d03470d14660c056475b54282e9e48 = '

TitleBucks Title Pawns

Address: 1306 Northside Dr E, Statesboro, GA 30458, USA
Phone: (912) 764-9436
';var m_06d03470d14660c056475b54282e9e48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TitleBucks Title Pawns',});m_06d03470d14660c056475b54282e9e48['infowindow'] = new google.maps.InfoWindow({content: $l06d03470d14660c056475b54282e9e48});var infowindow = new google.maps.InfoWindow({content: $l06d03470d14660c056475b54282e9e48});google.maps.event.addListener(m_06d03470d14660c056475b54282e9e48, 'click', function() {infowindow.open(map,m_06d03470d14660c056475b54282e9e48);});$marker.push(m_06d03470d14660c056475b54282e9e48);}});}google.maps.event.addDomListener(window, 'load', initialize);