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.6089,-86.6878)};var g_647715020a35f278c5ff9de26e2a4f9b = new google.maps.Geocoder();g_647715020a35f278c5ff9de26e2a4f9b.geocode( { 'address': "608 Springville Rd, Birmingham, AL 35215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-scotts-jewerly-and-pawn').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-scotts-jewerly-and-pawn'), mapOptions);}document.getElementById('087cc111').innerHTML += ' | View Map';var $l647715020a35f278c5ff9de26e2a4f9b = '

Scott's Jewerly and Pawn

Address: 608 Springville Rd, Birmingham, AL 35215, USA
Phone: (205) 208-0886
';var m_647715020a35f278c5ff9de26e2a4f9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott's Jewerly and Pawn',});m_647715020a35f278c5ff9de26e2a4f9b['infowindow'] = new google.maps.InfoWindow({content: $l647715020a35f278c5ff9de26e2a4f9b});var infowindow = new google.maps.InfoWindow({content: $l647715020a35f278c5ff9de26e2a4f9b});google.maps.event.addListener(m_647715020a35f278c5ff9de26e2a4f9b, 'click', function() {infowindow.open(map,m_647715020a35f278c5ff9de26e2a4f9b);});$marker.push(m_647715020a35f278c5ff9de26e2a4f9b);}});}google.maps.event.addDomListener(window, 'load', initialize);