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.68,-86.167)};var g_2c195b95b3dadffff230dbff984e47d7 = new google.maps.Geocoder();g_2c195b95b3dadffff230dbff984e47d7.geocode( { 'address': "1101 E McKinley Ave, Mishawaka, IN 46545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mishawaka-IN-mckinley-pawn').style.display = '';map = new google.maps.Map(document.getElementById('mishawaka-IN-mckinley-pawn'), mapOptions);}document.getElementById('4e834bee').innerHTML += ' | View Map';var $l2c195b95b3dadffff230dbff984e47d7 = '

McKinley Pawn

Address: 1101 E McKinley Ave, Mishawaka, IN 46545, USA
Phone: (574) 220-1596
';var m_2c195b95b3dadffff230dbff984e47d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McKinley Pawn',});m_2c195b95b3dadffff230dbff984e47d7['infowindow'] = new google.maps.InfoWindow({content: $l2c195b95b3dadffff230dbff984e47d7});var infowindow = new google.maps.InfoWindow({content: $l2c195b95b3dadffff230dbff984e47d7});google.maps.event.addListener(m_2c195b95b3dadffff230dbff984e47d7, 'click', function() {infowindow.open(map,m_2c195b95b3dadffff230dbff984e47d7);});$marker.push(m_2c195b95b3dadffff230dbff984e47d7);}});}google.maps.event.addDomListener(window, 'load', initialize);