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.3699,-80.634)};var g_02068138b6375882bf7435c610fca4c1 = new google.maps.Geocoder();g_02068138b6375882bf7435c610fca4c1.geocode( { 'address': "1835 Sunset Blvd, Steubenville, OH 43952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('steubenville-OH-first-choice-america-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('steubenville-OH-first-choice-america-community-federal-credit-union'), mapOptions);}document.getElementById('42b3d9a1').innerHTML += ' | View Map';var $l02068138b6375882bf7435c610fca4c1 = '

First Choice America Community Federal Credit Union

Address: 1835 Sunset Blvd, Steubenville, OH 43952, USA
Phone: (800) 427-4835
';var m_02068138b6375882bf7435c610fca4c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice America Community Federal Credit Union',});m_02068138b6375882bf7435c610fca4c1['infowindow'] = new google.maps.InfoWindow({content: $l02068138b6375882bf7435c610fca4c1});var infowindow = new google.maps.InfoWindow({content: $l02068138b6375882bf7435c610fca4c1});google.maps.event.addListener(m_02068138b6375882bf7435c610fca4c1, 'click', function() {infowindow.open(map,m_02068138b6375882bf7435c610fca4c1);});$marker.push(m_02068138b6375882bf7435c610fca4c1);}});}google.maps.event.addDomListener(window, 'load', initialize);