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(39.1999,-85.9348)};var g_72d1e05bdd68d12303960b223fb15e66 = new google.maps.Geocoder();g_72d1e05bdd68d12303960b223fb15e66.geocode( { 'address': "500 Washington St, Columbus, IN 47201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-IN-irwin-union-investor-service').style.display = '';map = new google.maps.Map(document.getElementById('columbus-IN-irwin-union-investor-service'), mapOptions);}document.getElementById('0434110d').innerHTML += ' | View Map';var $l72d1e05bdd68d12303960b223fb15e66 = '

Irwin Union Investor Service

Address: 500 Washington St, Columbus, IN 47201
Phone: (812) 376-1850
';var m_72d1e05bdd68d12303960b223fb15e66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Irwin Union Investor Service',});m_72d1e05bdd68d12303960b223fb15e66['infowindow'] = new google.maps.InfoWindow({content: $l72d1e05bdd68d12303960b223fb15e66});var infowindow = new google.maps.InfoWindow({content: $l72d1e05bdd68d12303960b223fb15e66});google.maps.event.addListener(m_72d1e05bdd68d12303960b223fb15e66, 'click', function() {infowindow.open(map,m_72d1e05bdd68d12303960b223fb15e66);});$marker.push(m_72d1e05bdd68d12303960b223fb15e66);}});}google.maps.event.addDomListener(window, 'load', initialize);