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.6466,-93.7821)};var g_01d99e32d498ff315efca14a460deda4 = new google.maps.Geocoder();g_01d99e32d498ff315efca14a460deda4.geocode( { 'address': "4740 121st St, Urbandale, IA 50323, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbandale-IA-citimortgage').style.display = '';map = new google.maps.Map(document.getElementById('urbandale-IA-citimortgage'), mapOptions);}document.getElementById('67d50893').innerHTML += ' | View Map';var $l01d99e32d498ff315efca14a460deda4 = '

CitiMortgage

Address: 4740 121st St, Urbandale, IA 50323, USA
Phone: (800) 283-7918
';var m_01d99e32d498ff315efca14a460deda4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CitiMortgage',});m_01d99e32d498ff315efca14a460deda4['infowindow'] = new google.maps.InfoWindow({content: $l01d99e32d498ff315efca14a460deda4});var infowindow = new google.maps.InfoWindow({content: $l01d99e32d498ff315efca14a460deda4});google.maps.event.addListener(m_01d99e32d498ff315efca14a460deda4, 'click', function() {infowindow.open(map,m_01d99e32d498ff315efca14a460deda4);});$marker.push(m_01d99e32d498ff315efca14a460deda4);}});}google.maps.event.addDomListener(window, 'load', initialize);