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(41.4161,-81.6167)};var g_f02ebab09d9f2394902c854712f47cb7 = new google.maps.Geocoder();g_f02ebab09d9f2394902c854712f47cb7.geocode( { 'address': "5350 Transportation Blvd #17, Garfield Heights, OH 44125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garfield-heights-OH-global-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('garfield-heights-OH-global-financial-corporation'), mapOptions);}document.getElementById('5c1db4f7').innerHTML += ' | View Map';var $lf02ebab09d9f2394902c854712f47cb7 = '

Global Financial Corporation

Address: 5350 Transportation Blvd #17, Garfield Heights, OH 44125, USA
Phone: (216) 458-3100
';var m_f02ebab09d9f2394902c854712f47cb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Financial Corporation',});m_f02ebab09d9f2394902c854712f47cb7['infowindow'] = new google.maps.InfoWindow({content: $lf02ebab09d9f2394902c854712f47cb7});var infowindow = new google.maps.InfoWindow({content: $lf02ebab09d9f2394902c854712f47cb7});google.maps.event.addListener(m_f02ebab09d9f2394902c854712f47cb7, 'click', function() {infowindow.open(map,m_f02ebab09d9f2394902c854712f47cb7);});$marker.push(m_f02ebab09d9f2394902c854712f47cb7);}});}google.maps.event.addDomListener(window, 'load', initialize);