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()};var g_12c8b5aad9628f914298162198990ed5 = new google.maps.Geocoder();g_12c8b5aad9628f914298162198990ed5.geocode( { 'address': "250 E Wilson Bridge Rd, Worthington, OH 43085"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('worthington-OH-home-savings-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('worthington-OH-home-savings-loan-co'), mapOptions);}document.getElementById('e532aeea').innerHTML += ' | View Map';var $l12c8b5aad9628f914298162198990ed5 = '

Home Savings & Loan Co

Address: 250 E Wilson Bridge Rd, Worthington, OH 43085
Phone: (614) 841-9730
';var m_12c8b5aad9628f914298162198990ed5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings & Loan Co',});m_12c8b5aad9628f914298162198990ed5['infowindow'] = new google.maps.InfoWindow({content: $l12c8b5aad9628f914298162198990ed5});var infowindow = new google.maps.InfoWindow({content: $l12c8b5aad9628f914298162198990ed5});google.maps.event.addListener(m_12c8b5aad9628f914298162198990ed5, 'click', function() {infowindow.open(map,m_12c8b5aad9628f914298162198990ed5);});$marker.push(m_12c8b5aad9628f914298162198990ed5);}});}google.maps.event.addDomListener(window, 'load', initialize);