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.964,-81.4671)};var g_1021bec1e0600fc60e436087257a655a = new google.maps.Geocoder();g_1021bec1e0600fc60e436087257a655a.geocode( { 'address': "1575 Corporate Woods Pkwy #100, Uniontown, OH 44685, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-OH-whitebridge-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-OH-whitebridge-financial-llc'), mapOptions);}document.getElementById('a85c3fee').innerHTML += ' | View Map';var $l1021bec1e0600fc60e436087257a655a = '

Whitebridge Financial, LLC

Address: 1575 Corporate Woods Pkwy #100, Uniontown, OH 44685, USA
Phone: (877) 203-2797
';var m_1021bec1e0600fc60e436087257a655a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitebridge Financial, LLC',});m_1021bec1e0600fc60e436087257a655a['infowindow'] = new google.maps.InfoWindow({content: $l1021bec1e0600fc60e436087257a655a});var infowindow = new google.maps.InfoWindow({content: $l1021bec1e0600fc60e436087257a655a});google.maps.event.addListener(m_1021bec1e0600fc60e436087257a655a, 'click', function() {infowindow.open(map,m_1021bec1e0600fc60e436087257a655a);});$marker.push(m_1021bec1e0600fc60e436087257a655a);}});}google.maps.event.addDomListener(window, 'load', initialize);