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.2482,-84.284)};var g_612ec5324f635b9bb04695e0f059f7df = new google.maps.Geocoder();g_612ec5324f635b9bb04695e0f059f7df.geocode( { 'address': "1301 W Taylor St, Griffin, GA 30223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('griffin-GA-e-pawn-griffin').style.display = '';map = new google.maps.Map(document.getElementById('griffin-GA-e-pawn-griffin'), mapOptions);}document.getElementById('959dc746').innerHTML += ' | View Map';var $l612ec5324f635b9bb04695e0f059f7df = '

E Pawn Griffin

Address: 1301 W Taylor St, Griffin, GA 30223, USA
Phone: (770) 228-7525
';var m_612ec5324f635b9bb04695e0f059f7df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'E Pawn Griffin',});m_612ec5324f635b9bb04695e0f059f7df['infowindow'] = new google.maps.InfoWindow({content: $l612ec5324f635b9bb04695e0f059f7df});var infowindow = new google.maps.InfoWindow({content: $l612ec5324f635b9bb04695e0f059f7df});google.maps.event.addListener(m_612ec5324f635b9bb04695e0f059f7df, 'click', function() {infowindow.open(map,m_612ec5324f635b9bb04695e0f059f7df);});$marker.push(m_612ec5324f635b9bb04695e0f059f7df);}});}google.maps.event.addDomListener(window, 'load', initialize);