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.6726,-86.2517)};var g_88f4ee270f7b74877a1fd3ef65df2192 = new google.maps.Geocoder();g_88f4ee270f7b74877a1fd3ef65df2192.geocode( { 'address': "2121 Mckinley Ave, South Bend, IN 46617"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-bend-IN-national-city-coml-banking').style.display = '';map = new google.maps.Map(document.getElementById('south-bend-IN-national-city-coml-banking'), mapOptions);}document.getElementById('898f07de').innerHTML += ' | View Map';var $l88f4ee270f7b74877a1fd3ef65df2192 = '

National City-Coml Banking

Address: 2121 Mckinley Ave, South Bend, IN 46617
Phone: (574) 252-0053
';var m_88f4ee270f7b74877a1fd3ef65df2192 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City-Coml Banking',});m_88f4ee270f7b74877a1fd3ef65df2192['infowindow'] = new google.maps.InfoWindow({content: $l88f4ee270f7b74877a1fd3ef65df2192});var infowindow = new google.maps.InfoWindow({content: $l88f4ee270f7b74877a1fd3ef65df2192});google.maps.event.addListener(m_88f4ee270f7b74877a1fd3ef65df2192, 'click', function() {infowindow.open(map,m_88f4ee270f7b74877a1fd3ef65df2192);});$marker.push(m_88f4ee270f7b74877a1fd3ef65df2192);}});}google.maps.event.addDomListener(window, 'load', initialize);