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(36.3138,-119.313)};var g_cca2521bc30a14c178a89e2f696a2368 = new google.maps.Geocoder();g_cca2521bc30a14c178a89e2f696a2368.geocode( { 'address': "1923 S Central St, Visalia, CA 93277, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('visalia-CA-dons-southside-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('visalia-CA-dons-southside-pawn-shop'), mapOptions);}document.getElementById('53ba4dea').innerHTML += ' | View Map';var $lcca2521bc30a14c178a89e2f696a2368 = '

Don's Southside Pawn Shop

Address: 1923 S Central St, Visalia, CA 93277, USA
Phone: (559) 635-7296
';var m_cca2521bc30a14c178a89e2f696a2368 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Don's Southside Pawn Shop',});m_cca2521bc30a14c178a89e2f696a2368['infowindow'] = new google.maps.InfoWindow({content: $lcca2521bc30a14c178a89e2f696a2368});var infowindow = new google.maps.InfoWindow({content: $lcca2521bc30a14c178a89e2f696a2368});google.maps.event.addListener(m_cca2521bc30a14c178a89e2f696a2368, 'click', function() {infowindow.open(map,m_cca2521bc30a14c178a89e2f696a2368);});$marker.push(m_cca2521bc30a14c178a89e2f696a2368);}});}google.maps.event.addDomListener(window, 'load', initialize);