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.103,-87.4358)};var g_a672f655b1c5a350037769016dc400fc = new google.maps.Geocoder();g_a672f655b1c5a350037769016dc400fc.geocode( { 'address': "W, 949 IN-154, Sullivan, IN 47882, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sullivan-IN-sullivan-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sullivan-IN-sullivan-county-credit-union'), mapOptions);}document.getElementById('f36626ff').innerHTML += ' | View Map';var $la672f655b1c5a350037769016dc400fc = '

Sullivan County Credit Union

Address: W, 949 IN-154, Sullivan, IN 47882, USA
Phone: (812) 268-1196
';var m_a672f655b1c5a350037769016dc400fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sullivan County Credit Union',});m_a672f655b1c5a350037769016dc400fc['infowindow'] = new google.maps.InfoWindow({content: $la672f655b1c5a350037769016dc400fc});var infowindow = new google.maps.InfoWindow({content: $la672f655b1c5a350037769016dc400fc});google.maps.event.addListener(m_a672f655b1c5a350037769016dc400fc, 'click', function() {infowindow.open(map,m_a672f655b1c5a350037769016dc400fc);});$marker.push(m_a672f655b1c5a350037769016dc400fc);}});}google.maps.event.addDomListener(window, 'load', initialize);