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(43.1997,-83.3127)};var g_db64f68dee27eb08d29117c7da678f81 = new google.maps.Geocoder();g_db64f68dee27eb08d29117c7da678f81.geocode( { 'address': "5830 N Lapeer Rd, North Branch, MI 48461, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-branch-MI-security-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-branch-MI-security-credit-union'), mapOptions);}document.getElementById('928b287c').innerHTML += ' | View Map';var $ldb64f68dee27eb08d29117c7da678f81 = '

Security Credit Union

Address: 5830 N Lapeer Rd, North Branch, MI 48461, USA
Phone: (810) 235-2322
';var m_db64f68dee27eb08d29117c7da678f81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Credit Union',});m_db64f68dee27eb08d29117c7da678f81['infowindow'] = new google.maps.InfoWindow({content: $ldb64f68dee27eb08d29117c7da678f81});var infowindow = new google.maps.InfoWindow({content: $ldb64f68dee27eb08d29117c7da678f81});google.maps.event.addListener(m_db64f68dee27eb08d29117c7da678f81, 'click', function() {infowindow.open(map,m_db64f68dee27eb08d29117c7da678f81);});$marker.push(m_db64f68dee27eb08d29117c7da678f81);}});}google.maps.event.addDomListener(window, 'load', initialize);