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.7844,-85.7971)};var g_bd9749748cefa0e0fb8b7f02643b1a36 = new google.maps.Geocoder();g_bd9749748cefa0e0fb8b7f02643b1a36.geocode( { 'address': "1986 W Main St, Greenfield, IN 46140, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenfield-IN-union-savings--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('greenfield-IN-union-savings--loan-association'), mapOptions);}document.getElementById('3707ea0a').innerHTML += ' | View Map';var $lbd9749748cefa0e0fb8b7f02643b1a36 = '

Union Savings & Loan Association

Address: 1986 W Main St, Greenfield, IN 46140, USA
Phone: (317) 467-9470
';var m_bd9749748cefa0e0fb8b7f02643b1a36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Savings & Loan Association',});m_bd9749748cefa0e0fb8b7f02643b1a36['infowindow'] = new google.maps.InfoWindow({content: $lbd9749748cefa0e0fb8b7f02643b1a36});var infowindow = new google.maps.InfoWindow({content: $lbd9749748cefa0e0fb8b7f02643b1a36});google.maps.event.addListener(m_bd9749748cefa0e0fb8b7f02643b1a36, 'click', function() {infowindow.open(map,m_bd9749748cefa0e0fb8b7f02643b1a36);});$marker.push(m_bd9749748cefa0e0fb8b7f02643b1a36);}});}google.maps.event.addDomListener(window, 'load', initialize);