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(38.7365,-90.1415)};var g_4cf36651a1effca2a0bb12d655b104b5 = new google.maps.Geocoder();g_4cf36651a1effca2a0bb12d655b104b5.geocode( { 'address': "379 W Pontoon Rd, Granite City, IL 62040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granite-city-IL-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('granite-city-IL-first-community-credit-union'), mapOptions);}document.getElementById('b9a6e1e4').innerHTML += ' | View Map';var $l4cf36651a1effca2a0bb12d655b104b5 = '

First Community Credit Union

Address: 379 W Pontoon Rd, Granite City, IL 62040, USA
Phone: (636) 728-3333
';var m_4cf36651a1effca2a0bb12d655b104b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_4cf36651a1effca2a0bb12d655b104b5['infowindow'] = new google.maps.InfoWindow({content: $l4cf36651a1effca2a0bb12d655b104b5});var infowindow = new google.maps.InfoWindow({content: $l4cf36651a1effca2a0bb12d655b104b5});google.maps.event.addListener(m_4cf36651a1effca2a0bb12d655b104b5, 'click', function() {infowindow.open(map,m_4cf36651a1effca2a0bb12d655b104b5);});$marker.push(m_4cf36651a1effca2a0bb12d655b104b5);}});}google.maps.event.addDomListener(window, 'load', initialize);