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.6011,-86.6908)};var g_7f57d1c705185d0bd7e59d1dcee207ad = new google.maps.Geocoder();g_7f57d1c705185d0bd7e59d1dcee207ad.geocode( { 'address': "9711 Parkway E, Birmingham, AL 35215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-jims-super-pawn').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-jims-super-pawn'), mapOptions);}document.getElementById('a6713c70').innerHTML += ' | View Map';var $l7f57d1c705185d0bd7e59d1dcee207ad = '

Jim's Super Pawn

Address: 9711 Parkway E, Birmingham, AL 35215, USA
Phone: (205) 838-8463
';var m_7f57d1c705185d0bd7e59d1dcee207ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jim's Super Pawn',});m_7f57d1c705185d0bd7e59d1dcee207ad['infowindow'] = new google.maps.InfoWindow({content: $l7f57d1c705185d0bd7e59d1dcee207ad});var infowindow = new google.maps.InfoWindow({content: $l7f57d1c705185d0bd7e59d1dcee207ad});google.maps.event.addListener(m_7f57d1c705185d0bd7e59d1dcee207ad, 'click', function() {infowindow.open(map,m_7f57d1c705185d0bd7e59d1dcee207ad);});$marker.push(m_7f57d1c705185d0bd7e59d1dcee207ad);}});}google.maps.event.addDomListener(window, 'load', initialize);