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.4871,-85.6031)};var g_302c99f60389c89a214dce068acbf74f = new google.maps.Geocoder();g_302c99f60389c89a214dce068acbf74f.geocode( { 'address': "931 E Main St, Gas City, IN 46933"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gas-city-IN-star-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('gas-city-IN-star-financial-bank'), mapOptions);}document.getElementById('0d7bde72').innerHTML += ' | View Map';var $l302c99f60389c89a214dce068acbf74f = '

Star Financial Bank

Address: 931 E Main St, Gas City, IN 46933
Phone: (765) 651-6890
';var m_302c99f60389c89a214dce068acbf74f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star Financial Bank',});m_302c99f60389c89a214dce068acbf74f['infowindow'] = new google.maps.InfoWindow({content: $l302c99f60389c89a214dce068acbf74f});var infowindow = new google.maps.InfoWindow({content: $l302c99f60389c89a214dce068acbf74f});google.maps.event.addListener(m_302c99f60389c89a214dce068acbf74f, 'click', function() {infowindow.open(map,m_302c99f60389c89a214dce068acbf74f);});$marker.push(m_302c99f60389c89a214dce068acbf74f);}});}google.maps.event.addDomListener(window, 'load', initialize);