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(37.9845,-98.3211)};var g_0527c4449619569cd565d724216aea04 = new google.maps.Geocoder();g_0527c4449619569cd565d724216aea04.geocode( { 'address': "1505 US-50, O Fallon, IL 62269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('o-fallon-IL-first-co-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('o-fallon-IL-first-co-mortgage'), mapOptions);}document.getElementById('b2cd9d75').innerHTML += ' | View Map';var $l0527c4449619569cd565d724216aea04 = '

First Co Mortgage

Address: 1505 US-50, O Fallon, IL 62269, USA
Phone: (618) 624-9800
';var m_0527c4449619569cd565d724216aea04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Co Mortgage',});m_0527c4449619569cd565d724216aea04['infowindow'] = new google.maps.InfoWindow({content: $l0527c4449619569cd565d724216aea04});var infowindow = new google.maps.InfoWindow({content: $l0527c4449619569cd565d724216aea04});google.maps.event.addListener(m_0527c4449619569cd565d724216aea04, 'click', function() {infowindow.open(map,m_0527c4449619569cd565d724216aea04);});$marker.push(m_0527c4449619569cd565d724216aea04);}});}google.maps.event.addDomListener(window, 'load', initialize);