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.701,-93.0601)};var g_813657a006e90f543b66c0ae1258c256 = new google.maps.Geocoder();g_813657a006e90f543b66c0ae1258c256.geocode( { 'address': "600 N 2nd Ave W P, Newton, IA 50208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-IA-newton-development-corporation').style.display = '';map = new google.maps.Map(document.getElementById('newton-IA-newton-development-corporation'), mapOptions);}document.getElementById('382cff00').innerHTML += ' | View Map';var $l813657a006e90f543b66c0ae1258c256 = '

Newton Development Corporation

Address: 600 N 2nd Ave W P, Newton, IA 50208, USA
Phone: (641) 787-8210
';var m_813657a006e90f543b66c0ae1258c256 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newton Development Corporation',});m_813657a006e90f543b66c0ae1258c256['infowindow'] = new google.maps.InfoWindow({content: $l813657a006e90f543b66c0ae1258c256});var infowindow = new google.maps.InfoWindow({content: $l813657a006e90f543b66c0ae1258c256});google.maps.event.addListener(m_813657a006e90f543b66c0ae1258c256, 'click', function() {infowindow.open(map,m_813657a006e90f543b66c0ae1258c256);});$marker.push(m_813657a006e90f543b66c0ae1258c256);}});}google.maps.event.addDomListener(window, 'load', initialize);