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.2471,-84.2904)};var g_59ac970e59751d5ccc5f7b97cdf931eb = new google.maps.Geocoder();g_59ac970e59751d5ccc5f7b97cdf931eb.geocode( { 'address': "1436 Hwy 16 West, Griffin, GA 30223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('griffin-GA-check-into-cash-title-pawn').style.display = '';map = new google.maps.Map(document.getElementById('griffin-GA-check-into-cash-title-pawn'), mapOptions);}document.getElementById('93a2113e').innerHTML += ' | View Map';var $l59ac970e59751d5ccc5f7b97cdf931eb = '

Check Into Cash Title Pawn

Address: 1436 Hwy 16 West, Griffin, GA 30223, USA
Phone: (770) 467-0813
';var m_59ac970e59751d5ccc5f7b97cdf931eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash Title Pawn',});m_59ac970e59751d5ccc5f7b97cdf931eb['infowindow'] = new google.maps.InfoWindow({content: $l59ac970e59751d5ccc5f7b97cdf931eb});var infowindow = new google.maps.InfoWindow({content: $l59ac970e59751d5ccc5f7b97cdf931eb});google.maps.event.addListener(m_59ac970e59751d5ccc5f7b97cdf931eb, 'click', function() {infowindow.open(map,m_59ac970e59751d5ccc5f7b97cdf931eb);});$marker.push(m_59ac970e59751d5ccc5f7b97cdf931eb);}});}google.maps.event.addDomListener(window, 'load', initialize);