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(42.4626,-83.0561)};var g_d070166012083ac899c71a04ac6ddb3b = new google.maps.Geocoder();g_d070166012083ac899c71a04ac6ddb3b.geocode( { 'address': "4805 E 9 Mile Rd, Warren, MI 48091, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warren-MI-security-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('warren-MI-security-credit-union'), mapOptions);}document.getElementById('3ca22285').innerHTML += ' | View Map';var $ld070166012083ac899c71a04ac6ddb3b = '

Security Credit Union

Address: 4805 E 9 Mile Rd, Warren, MI 48091, USA
Phone: (810) 235-2322
';var m_d070166012083ac899c71a04ac6ddb3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Credit Union',});m_d070166012083ac899c71a04ac6ddb3b['infowindow'] = new google.maps.InfoWindow({content: $ld070166012083ac899c71a04ac6ddb3b});var infowindow = new google.maps.InfoWindow({content: $ld070166012083ac899c71a04ac6ddb3b});google.maps.event.addListener(m_d070166012083ac899c71a04ac6ddb3b, 'click', function() {infowindow.open(map,m_d070166012083ac899c71a04ac6ddb3b);});$marker.push(m_d070166012083ac899c71a04ac6ddb3b);}});}google.maps.event.addDomListener(window, 'load', initialize);