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.9554,-85.0003)};var g_5599b93313facb3b448b1124a75b23f7 = new google.maps.Geocoder();g_5599b93313facb3b448b1124a75b23f7.geocode( { 'address': "492 Marshall St, Coldwater, MI 49036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coldwater-MI-infinity-mortgage-associates').style.display = '';map = new google.maps.Map(document.getElementById('coldwater-MI-infinity-mortgage-associates'), mapOptions);}document.getElementById('7869336d').innerHTML += ' | View Map';var $l5599b93313facb3b448b1124a75b23f7 = '

Infinity Mortgage Associates

Address: 492 Marshall St, Coldwater, MI 49036, USA
Phone: (517) 278-2100
';var m_5599b93313facb3b448b1124a75b23f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Infinity Mortgage Associates',});m_5599b93313facb3b448b1124a75b23f7['infowindow'] = new google.maps.InfoWindow({content: $l5599b93313facb3b448b1124a75b23f7});var infowindow = new google.maps.InfoWindow({content: $l5599b93313facb3b448b1124a75b23f7});google.maps.event.addListener(m_5599b93313facb3b448b1124a75b23f7, 'click', function() {infowindow.open(map,m_5599b93313facb3b448b1124a75b23f7);});$marker.push(m_5599b93313facb3b448b1124a75b23f7);}});}google.maps.event.addDomListener(window, 'load', initialize);