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(35.0041,-80.5632)};var g_bd79987ebcb88ac41015f9343b79ceaa = new google.maps.Geocoder();g_bd79987ebcb88ac41015f9343b79ceaa.geocode( { 'address': "1790 Dickerson Blvd, Monroe, NC 28110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-NC-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('monroe-NC-state-employees-credit-union'), mapOptions);}document.getElementById('8fd00bd3').innerHTML += ' | View Map';var $lbd79987ebcb88ac41015f9343b79ceaa = '

State Employees' Credit Union

Address: 1790 Dickerson Blvd, Monroe, NC 28110, USA
Phone: (704) 283-1541
';var m_bd79987ebcb88ac41015f9343b79ceaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees' Credit Union',});m_bd79987ebcb88ac41015f9343b79ceaa['infowindow'] = new google.maps.InfoWindow({content: $lbd79987ebcb88ac41015f9343b79ceaa});var infowindow = new google.maps.InfoWindow({content: $lbd79987ebcb88ac41015f9343b79ceaa});google.maps.event.addListener(m_bd79987ebcb88ac41015f9343b79ceaa, 'click', function() {infowindow.open(map,m_bd79987ebcb88ac41015f9343b79ceaa);});$marker.push(m_bd79987ebcb88ac41015f9343b79ceaa);}});}google.maps.event.addDomListener(window, 'load', initialize);