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(40.7393,-95.0365)};var g_53c6de78244e9f528eb3e1cda69699bb = new google.maps.Geocoder();g_53c6de78244e9f528eb3e1cda69699bb.geocode( { 'address': "200 E Washington St, Clarinda, IA 51632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarinda-IA-castle--cooke-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('clarinda-IA-castle--cooke-mortgage'), mapOptions);}document.getElementById('2c09e544').innerHTML += ' | View Map';var $l53c6de78244e9f528eb3e1cda69699bb = '

Castle & Cooke Mortgage

Address: 200 E Washington St, Clarinda, IA 51632, USA
Phone: (712) 542-6223
';var m_53c6de78244e9f528eb3e1cda69699bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Castle & Cooke Mortgage',});m_53c6de78244e9f528eb3e1cda69699bb['infowindow'] = new google.maps.InfoWindow({content: $l53c6de78244e9f528eb3e1cda69699bb});var infowindow = new google.maps.InfoWindow({content: $l53c6de78244e9f528eb3e1cda69699bb});google.maps.event.addListener(m_53c6de78244e9f528eb3e1cda69699bb, 'click', function() {infowindow.open(map,m_53c6de78244e9f528eb3e1cda69699bb);});$marker.push(m_53c6de78244e9f528eb3e1cda69699bb);}});}google.maps.event.addDomListener(window, 'load', initialize);