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.9624,-84.6684)};var g_b4de6c5c68ec02aacdb331810d44ae92 = new google.maps.Geocoder();g_b4de6c5c68ec02aacdb331810d44ae92.geocode( { 'address': "859 Olds St, Jonesville, MI 49250, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jonesville-MI-century-bank-and-trust--jonesville-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('jonesville-MI-century-bank-and-trust--jonesville-loan-center'), mapOptions);}document.getElementById('3e73dced').innerHTML += ' | View Map';var $lb4de6c5c68ec02aacdb331810d44ae92 = '

Century Bank and Trust- Jonesville Loan Center

Address: 859 Olds St, Jonesville, MI 49250, USA
Phone: (517) 849-9010
';var m_b4de6c5c68ec02aacdb331810d44ae92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank and Trust- Jonesville Loan Center',});m_b4de6c5c68ec02aacdb331810d44ae92['infowindow'] = new google.maps.InfoWindow({content: $lb4de6c5c68ec02aacdb331810d44ae92});var infowindow = new google.maps.InfoWindow({content: $lb4de6c5c68ec02aacdb331810d44ae92});google.maps.event.addListener(m_b4de6c5c68ec02aacdb331810d44ae92, 'click', function() {infowindow.open(map,m_b4de6c5c68ec02aacdb331810d44ae92);});$marker.push(m_b4de6c5c68ec02aacdb331810d44ae92);}});}google.maps.event.addDomListener(window, 'load', initialize);