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(40.3135,-85.5022)};var g_75539397d9ba072057d4ea5a181e6e56 = new google.maps.Geocoder();g_75539397d9ba072057d4ea5a181e6e56.geocode( { 'address': "201 W Elm St, Gaston, IN 47342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaston-IN-star-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('gaston-IN-star-financial-bank'), mapOptions);}document.getElementById('07c53435').innerHTML += ' | View Map';var $l75539397d9ba072057d4ea5a181e6e56 = '

STAR Financial Bank

Address: 201 W Elm St, Gaston, IN 47342, USA
Phone: (888) 395-2447
';var m_75539397d9ba072057d4ea5a181e6e56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'STAR Financial Bank',});m_75539397d9ba072057d4ea5a181e6e56['infowindow'] = new google.maps.InfoWindow({content: $l75539397d9ba072057d4ea5a181e6e56});var infowindow = new google.maps.InfoWindow({content: $l75539397d9ba072057d4ea5a181e6e56});google.maps.event.addListener(m_75539397d9ba072057d4ea5a181e6e56, 'click', function() {infowindow.open(map,m_75539397d9ba072057d4ea5a181e6e56);});$marker.push(m_75539397d9ba072057d4ea5a181e6e56);}});}google.maps.event.addDomListener(window, 'load', initialize);