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(38.8902,-90.1827)};var g_7c5304360ee8740ee303cf7c0339f0ca = new google.maps.Geocoder();g_7c5304360ee8740ee303cf7c0339f0ca.geocode( { 'address': "216 E Broadway, Alton, IL 62002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alton-IL-sams-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('alton-IL-sams-pawn-shop'), mapOptions);}document.getElementById('768029ef').innerHTML += ' | View Map';var $l7c5304360ee8740ee303cf7c0339f0ca = '

Sam's Pawn Shop

Address: 216 E Broadway, Alton, IL 62002, USA
Phone: (618) 462-5696
';var m_7c5304360ee8740ee303cf7c0339f0ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sam's Pawn Shop',});m_7c5304360ee8740ee303cf7c0339f0ca['infowindow'] = new google.maps.InfoWindow({content: $l7c5304360ee8740ee303cf7c0339f0ca});var infowindow = new google.maps.InfoWindow({content: $l7c5304360ee8740ee303cf7c0339f0ca});google.maps.event.addListener(m_7c5304360ee8740ee303cf7c0339f0ca, 'click', function() {infowindow.open(map,m_7c5304360ee8740ee303cf7c0339f0ca);});$marker.push(m_7c5304360ee8740ee303cf7c0339f0ca);}});}google.maps.event.addDomListener(window, 'load', initialize);