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(42.0129,-93.6118)};var g_b24f4caa4fc0b408e68fbd63e199c5fb = new google.maps.Geocoder();g_b24f4caa4fc0b408e68fbd63e199c5fb.geocode( { 'address': "1103 Buckeye Ave, Ames, IA 50010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ames-IA-inlanta-mortgage---ames').style.display = '';map = new google.maps.Map(document.getElementById('ames-IA-inlanta-mortgage---ames'), mapOptions);}document.getElementById('be644d71').innerHTML += ' | View Map';var $lb24f4caa4fc0b408e68fbd63e199c5fb = '

Inlanta Mortgage - Ames

Address: 1103 Buckeye Ave, Ames, IA 50010, USA
Phone: (515) 598-5626
';var m_b24f4caa4fc0b408e68fbd63e199c5fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inlanta Mortgage - Ames',});m_b24f4caa4fc0b408e68fbd63e199c5fb['infowindow'] = new google.maps.InfoWindow({content: $lb24f4caa4fc0b408e68fbd63e199c5fb});var infowindow = new google.maps.InfoWindow({content: $lb24f4caa4fc0b408e68fbd63e199c5fb});google.maps.event.addListener(m_b24f4caa4fc0b408e68fbd63e199c5fb, 'click', function() {infowindow.open(map,m_b24f4caa4fc0b408e68fbd63e199c5fb);});$marker.push(m_b24f4caa4fc0b408e68fbd63e199c5fb);}});}google.maps.event.addDomListener(window, 'load', initialize);