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.6884,-91.6017)};var g_87eed3810058492d34cad55b7ef4bbad = new google.maps.Geocoder();g_87eed3810058492d34cad55b7ef4bbad.geocode( { 'address': "2461 10th St #308, Coralville, IA 52241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coralville-IA-residential-mortgage-network-inc').style.display = '';map = new google.maps.Map(document.getElementById('coralville-IA-residential-mortgage-network-inc'), mapOptions);}document.getElementById('4fdd16c6').innerHTML += ' | View Map';var $l87eed3810058492d34cad55b7ef4bbad = '

Residential Mortgage Network, Inc.

Address: 2461 10th St #308, Coralville, IA 52241, USA
Phone: (319) 354-7501
';var m_87eed3810058492d34cad55b7ef4bbad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Residential Mortgage Network, Inc.',});m_87eed3810058492d34cad55b7ef4bbad['infowindow'] = new google.maps.InfoWindow({content: $l87eed3810058492d34cad55b7ef4bbad});var infowindow = new google.maps.InfoWindow({content: $l87eed3810058492d34cad55b7ef4bbad});google.maps.event.addListener(m_87eed3810058492d34cad55b7ef4bbad, 'click', function() {infowindow.open(map,m_87eed3810058492d34cad55b7ef4bbad);});$marker.push(m_87eed3810058492d34cad55b7ef4bbad);}});}google.maps.event.addDomListener(window, 'load', initialize);