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(41.7191,-86.2509)};var g_ed50ea39fe6bcf0ceaf6ad52f14df221 = new google.maps.Geocoder();g_ed50ea39fe6bcf0ceaf6ad52f14df221.geocode( { 'address': "309 N Dixie Way, South Bend, IN 46637, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-bend-IN-worldwide-jewelry--pawn').style.display = '';map = new google.maps.Map(document.getElementById('south-bend-IN-worldwide-jewelry--pawn'), mapOptions);}document.getElementById('da28024d').innerHTML += ' | View Map';var $led50ea39fe6bcf0ceaf6ad52f14df221 = '

Worldwide Jewelry & Pawn

Address: 309 N Dixie Way, South Bend, IN 46637, USA
Phone: (574) 271-7296
';var m_ed50ea39fe6bcf0ceaf6ad52f14df221 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Worldwide Jewelry & Pawn',});m_ed50ea39fe6bcf0ceaf6ad52f14df221['infowindow'] = new google.maps.InfoWindow({content: $led50ea39fe6bcf0ceaf6ad52f14df221});var infowindow = new google.maps.InfoWindow({content: $led50ea39fe6bcf0ceaf6ad52f14df221});google.maps.event.addListener(m_ed50ea39fe6bcf0ceaf6ad52f14df221, 'click', function() {infowindow.open(map,m_ed50ea39fe6bcf0ceaf6ad52f14df221);});$marker.push(m_ed50ea39fe6bcf0ceaf6ad52f14df221);}});}google.maps.event.addDomListener(window, 'load', initialize);