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(39.9325,-91.3672)};var g_499e0c6e3f7243a7d8d041f834a6c680 = new google.maps.Geocoder();g_499e0c6e3f7243a7d8d041f834a6c680.geocode( { 'address': "126 N 30th St #206, Quincy, IL 62301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-diamond-residential-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-diamond-residential-mortgage-corporation'), mapOptions);}document.getElementById('89061130').innerHTML += ' | View Map';var $l499e0c6e3f7243a7d8d041f834a6c680 = '

Diamond Residential Mortgage Corporation

Address: 126 N 30th St #206, Quincy, IL 62301, USA
Phone: (217) 224-9300
';var m_499e0c6e3f7243a7d8d041f834a6c680 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Residential Mortgage Corporation',});m_499e0c6e3f7243a7d8d041f834a6c680['infowindow'] = new google.maps.InfoWindow({content: $l499e0c6e3f7243a7d8d041f834a6c680});var infowindow = new google.maps.InfoWindow({content: $l499e0c6e3f7243a7d8d041f834a6c680});google.maps.event.addListener(m_499e0c6e3f7243a7d8d041f834a6c680, 'click', function() {infowindow.open(map,m_499e0c6e3f7243a7d8d041f834a6c680);});$marker.push(m_499e0c6e3f7243a7d8d041f834a6c680);}});}google.maps.event.addDomListener(window, 'load', initialize);