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.7449,-92.7264)};var g_3a7c99a3533327252cbd93ad6be0b1fb = new google.maps.Geocoder();g_3a7c99a3533327252cbd93ad6be0b1fb.geocode( { 'address': "715 5th Ave, Grinnell, IA 50112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grinnell-IA-ramsey-weeks-inc').style.display = '';map = new google.maps.Map(document.getElementById('grinnell-IA-ramsey-weeks-inc'), mapOptions);}document.getElementById('5942748a').innerHTML += ' | View Map';var $l3a7c99a3533327252cbd93ad6be0b1fb = '

Ramsey-Weeks Inc

Address: 715 5th Ave, Grinnell, IA 50112, USA
Phone: (641) 236-3141
';var m_3a7c99a3533327252cbd93ad6be0b1fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ramsey-Weeks Inc',});m_3a7c99a3533327252cbd93ad6be0b1fb['infowindow'] = new google.maps.InfoWindow({content: $l3a7c99a3533327252cbd93ad6be0b1fb});var infowindow = new google.maps.InfoWindow({content: $l3a7c99a3533327252cbd93ad6be0b1fb});google.maps.event.addListener(m_3a7c99a3533327252cbd93ad6be0b1fb, 'click', function() {infowindow.open(map,m_3a7c99a3533327252cbd93ad6be0b1fb);});$marker.push(m_3a7c99a3533327252cbd93ad6be0b1fb);}});}google.maps.event.addDomListener(window, 'load', initialize);