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(42.1652,-83.7869)};var g_f37a5da5c19586431f2c62b56b387bbf = new google.maps.Geocoder();g_f37a5da5c19586431f2c62b56b387bbf.geocode( { 'address': "450 E Michigan Ave, Saline, MI 48176"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saline-MI-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('saline-MI-fidelity-bank'), mapOptions);}document.getElementById('f5c7a707').innerHTML += ' | View Map';var $lf37a5da5c19586431f2c62b56b387bbf = '

Fidelity Bank

Address: 450 E Michigan Ave, Saline, MI 48176
Phone: (734) 429-3828
';var m_f37a5da5c19586431f2c62b56b387bbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_f37a5da5c19586431f2c62b56b387bbf['infowindow'] = new google.maps.InfoWindow({content: $lf37a5da5c19586431f2c62b56b387bbf});var infowindow = new google.maps.InfoWindow({content: $lf37a5da5c19586431f2c62b56b387bbf});google.maps.event.addListener(m_f37a5da5c19586431f2c62b56b387bbf, 'click', function() {infowindow.open(map,m_f37a5da5c19586431f2c62b56b387bbf);});$marker.push(m_f37a5da5c19586431f2c62b56b387bbf);}});}google.maps.event.addDomListener(window, 'load', initialize);