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.0552,-85.588)};var g_0d21249caae771ce3c1606215bc7e26e = new google.maps.Geocoder();g_0d21249caae771ce3c1606215bc7e26e.geocode( { 'address': "5181 Plainfield Ave NE, Grand Rapids, MI 49525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-value-point-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-value-point-financial-llc'), mapOptions);}document.getElementById('0162e027').innerHTML += ' | View Map';var $l0d21249caae771ce3c1606215bc7e26e = '

Value Point Financial LLC

Address: 5181 Plainfield Ave NE, Grand Rapids, MI 49525, USA
Phone: (616) 363-6678
';var m_0d21249caae771ce3c1606215bc7e26e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Value Point Financial LLC',});m_0d21249caae771ce3c1606215bc7e26e['infowindow'] = new google.maps.InfoWindow({content: $l0d21249caae771ce3c1606215bc7e26e});var infowindow = new google.maps.InfoWindow({content: $l0d21249caae771ce3c1606215bc7e26e});google.maps.event.addListener(m_0d21249caae771ce3c1606215bc7e26e, 'click', function() {infowindow.open(map,m_0d21249caae771ce3c1606215bc7e26e);});$marker.push(m_0d21249caae771ce3c1606215bc7e26e);}});}google.maps.event.addDomListener(window, 'load', initialize);