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(33.2477,-84.2714)};var g_e319f26af11ed93662d51b13b690eaf5 = new google.maps.Geocoder();g_e319f26af11ed93662d51b13b690eaf5.geocode( { 'address': "535 W Taylor St, Griffin, GA 30223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('griffin-GA-titlebucks-title-pawns').style.display = '';map = new google.maps.Map(document.getElementById('griffin-GA-titlebucks-title-pawns'), mapOptions);}document.getElementById('a366b004').innerHTML += ' | View Map';var $le319f26af11ed93662d51b13b690eaf5 = '

TitleBucks Title Pawns

Address: 535 W Taylor St, Griffin, GA 30223, USA
Phone: (678) 967-2095
';var m_e319f26af11ed93662d51b13b690eaf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TitleBucks Title Pawns',});m_e319f26af11ed93662d51b13b690eaf5['infowindow'] = new google.maps.InfoWindow({content: $le319f26af11ed93662d51b13b690eaf5});var infowindow = new google.maps.InfoWindow({content: $le319f26af11ed93662d51b13b690eaf5});google.maps.event.addListener(m_e319f26af11ed93662d51b13b690eaf5, 'click', function() {infowindow.open(map,m_e319f26af11ed93662d51b13b690eaf5);});$marker.push(m_e319f26af11ed93662d51b13b690eaf5);}});}google.maps.event.addDomListener(window, 'load', initialize);