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(41.4873,-87.5082)};var g_b459fa11ea75f3cae57edc128bfe99fd = new google.maps.Geocoder();g_b459fa11ea75f3cae57edc128bfe99fd.geocode( { 'address': "450 Joliet St, Dyer, IN 46311"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dyer-IN-sand-ridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('dyer-IN-sand-ridge-bank'), mapOptions);}document.getElementById('7a53c2a7').innerHTML += ' | View Map';var $lb459fa11ea75f3cae57edc128bfe99fd = '

Sand Ridge Bank

Address: 450 Joliet St, Dyer, IN 46311
Phone: (219) 322-8100
';var m_b459fa11ea75f3cae57edc128bfe99fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sand Ridge Bank',});m_b459fa11ea75f3cae57edc128bfe99fd['infowindow'] = new google.maps.InfoWindow({content: $lb459fa11ea75f3cae57edc128bfe99fd});var infowindow = new google.maps.InfoWindow({content: $lb459fa11ea75f3cae57edc128bfe99fd});google.maps.event.addListener(m_b459fa11ea75f3cae57edc128bfe99fd, 'click', function() {infowindow.open(map,m_b459fa11ea75f3cae57edc128bfe99fd);});$marker.push(m_b459fa11ea75f3cae57edc128bfe99fd);}});}google.maps.event.addDomListener(window, 'load', initialize);