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(32.3823,-86.2289)};var g_56a5e670afb49155d0a9e35a1f91f67e = new google.maps.Geocoder();g_56a5e670afb49155d0a9e35a1f91f67e.geocode( { 'address': "4501 Atlanta Hwy, Montgomery, AL 36109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-AL-city-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-AL-city-pawn-shop'), mapOptions);}document.getElementById('2170ea0d').innerHTML += ' | View Map';var $l56a5e670afb49155d0a9e35a1f91f67e = '

City Pawn Shop

Address: 4501 Atlanta Hwy, Montgomery, AL 36109, USA
Phone: (334) 263-6123
';var m_56a5e670afb49155d0a9e35a1f91f67e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Pawn Shop',});m_56a5e670afb49155d0a9e35a1f91f67e['infowindow'] = new google.maps.InfoWindow({content: $l56a5e670afb49155d0a9e35a1f91f67e});var infowindow = new google.maps.InfoWindow({content: $l56a5e670afb49155d0a9e35a1f91f67e});google.maps.event.addListener(m_56a5e670afb49155d0a9e35a1f91f67e, 'click', function() {infowindow.open(map,m_56a5e670afb49155d0a9e35a1f91f67e);});$marker.push(m_56a5e670afb49155d0a9e35a1f91f67e);}});}google.maps.event.addDomListener(window, 'load', initialize);